From 8e6a4e5326ab067929017a34aeaf3695836c9542 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 4 Dec 2009 06:50:46 +0000 Subject: [PATCH] libxenlight: Delete dep files on 'make clean', and include them in Makefile rules. Signed-off-by: Keir Fraser --- tools/libxl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index 0358cea7b5..20cfa08938 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -69,9 +69,10 @@ install: all .PHONY: clean clean: - $(RM) -f *.o *.so* *.a $(CLIENTS) + $(RM) -f *.o *.so* *.a $(CLIENTS) $(DEPS) $(RM) -rf $(LIBCONFIG_SOURCE) distclean: clean $(RM) -f $(LIBCONFIG_SOURCE).tar.gz +-include $(DEPS) -- 2.30.2